Open
Conversation
…d 3.BIP-44 implementation 4.命令行工具支持truffle格式生成合约骨架
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.兼容底层修改,区分以太坊地址和platon地址调用
2.命令行工具支持truffle格式生成合约骨架
3.支持生成BIP-44 HD钱包
4.Alaya新增RPC接口
5.执行合约方法时,如果底层返回的错误信息为超时信息则会返回PlatonCallTimeoutException,其他错误信息则返回PlatonCallException
6.之前的合约部署超时会返回一个RuntimeException,现在合约部署超时会返回一个IOException
7.增加WalletUtils.isValidAddress方法对大写字母的校验规则,钱包地址包含大写字母将会校验不通过